projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cfbcd2
)
gnomeos-run.sh: Bump to 6 gigabytes
author
Colin Walters
<walters@verbum.org>
Mon, 16 Jan 2012 18:50:32 +0000
(13:50 -0500)
committer
Colin Walters
<walters@verbum.org>
Mon, 16 Jan 2012 18:50:32 +0000
(13:50 -0500)
We're starting to get a large image...later we may want to change
this to only clone the last two builds, but for now this is OK.
gnomeos/yocto/gnomeos-run.sh
patch
|
blob
|
history
diff --git
a/gnomeos/yocto/gnomeos-run.sh
b/gnomeos/yocto/gnomeos-run.sh
index 2ff42515b43499e3dd7da6df59755f746390134d..b584cbb97a81b3b0748c48c20c7962706c720adc 100755
(executable)
--- a/
gnomeos/yocto/gnomeos-run.sh
+++ b/
gnomeos/yocto/gnomeos-run.sh
@@
-47,7
+47,7
@@
BRANCH_PREFIX="gnomeos-3.4-${ARCH}-"
OBJ=gnomeos-fs.img
if (! test -f ${OBJ}); then
rm -f ${OBJ}.tmp
- qemu-img create ${OBJ}.tmp
2
G
+ qemu-img create ${OBJ}.tmp
6
G
mkfs.ext3 -q -F ${OBJ}.tmp
mv ${OBJ}.tmp ${OBJ}
fi